home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / prog / spm220e / convert.doc < prev    next >
Text File  |  1995-10-09  |  2KB  |  44 lines

  1.              ╔══════════════════════════════════════════════════════╗
  2.              ║                                                      ║
  3.              ║   S E R I A L   P O R T S   M A N A G E R    v 2.20  ║
  4.              ║                                                      ║
  5.              ╚═════════════(C)opyRight. HETRU 1991-1995═════════════╝
  6.                          13, chemin de la croix St Vincent
  7.                            94430 CHENNEVIERES SUR MARNE
  8.                                       FRANCE
  9.  
  10.  
  11.  
  12.  
  13.  
  14.       The only communication "protocol" distributed (in assembler, PASCAL,
  15.     and C) is the ASCII <-> HEXADECIMAL transcoding. Its main interest is
  16.     when you decide to use the Xon/Xoff hand-shaking (integrated in the
  17.     serial ports driver), whereas you have to transmit some binary data...
  18.     Otherwise, there could have confusion - to the driver level - between
  19.     data bytes and Xon/Xoff control bytes !
  20.     ATTENTION: To each hexa. bytes transcoded corresponds 2 ASCII bytes.
  21.     The speed of a link based on this transcoding will therefore be
  22.     divided by 2 ! THEREFORE: Use it WITH DISCERNMENT !...
  23.       For the arguments meaning, please refer to the listing associated
  24.     with the indicated procedures.
  25.  
  26.      ────────────
  27.        Constants:
  28.      ────────────
  29.        No constants.
  30.  
  31.      ────────────────────
  32.        Globals variables:
  33.      ────────────────────
  34.        No specials variables.
  35.  
  36.      ─────────────────────────────────────
  37.        Available procedures and functions:
  38.      ─────────────────────────────────────
  39.      ConvAsc et ConvAscii:
  40.        Converts any hax. byte into 2 binaries associated to 2 ASCII characters
  41.        (whose hexa. codes are greater than 29h).
  42.      ConvHex et ConvHexa:
  43.        Converts 2 ASCII BINARIES codes into THE corresponding hexa. code.
  44.